.title01 b {
    margin-top: 60px;
    margin-bottom: 70px;
    font-size: 1.4rem;
    font-weight: bold;
}

.swiper_arrows {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.swiper_arrows>div {
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
	height: 50px;
	border: 1px solid #999;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	transition: all .5s
}
.swiper_arrows>div img{
	max-width:100%;
	padding: 10px;
}

@media (max-width:668px) {
	.swiper_arrows>div {
		width: 36px;
		height: 36px
	}
}

.swiper_arrows>div svg {
	width: 10px;
	height: 10px;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s
}

.swiper_arrows>div:hover {
/* 	border-color: #243b87;
	background-color: #243b87 */
}

.swiper_arrows>div:hover svg {
	color: #fff
}

.swiper_arrows .swiper_prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper_arrows .swiper_next {
	margin-left: 30px
}

@media (max-width:668px) {
	.swiper_arrows .swiper_next {
		margin-left: 10px
	}
}

.swiper_arrows_solid {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.swiper_arrows_solid>div {
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 60px;
	height: 60px;
	background-color: #243b87;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	transition: all .5s
}
.swiper_arrows_solid>div img{
	max-width:100%;
	padding:10px;
}

@media (max-width:668px) {
	.swiper_arrows_solid>div {
		width: 36px;
		height: 36px
	}
}

.swiper_arrows_solid>div svg {
	width: 16px;
	height: 16px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.swiper_arrows_solid>div svg {
		width: 10px;
		height: 10px
	}
}

.swiper_arrows_solid>div:hover {
	background-color: #7bc44e
}

.swiper_arrows_solid>div:hover svg {
	color: #fff
}

.swiper_arrows_solid .swiper_prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper_arrows_solid .swiper_next {
	margin-left: 30px
}

@media (max-width:668px) {
	.swiper_arrows_solid .swiper_next {
		margin-left: 10px
	}
}

.jobMap {
	padding-top: 5.2rem;
	padding-bottom: 3.6rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-image: url(../images/jobmap_bg.jpg)
}

@media (max-width:1440px) {
	.jobMap {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:668px) {
	.jobMap {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.jobMap img {
	max-width: 100%;
	margin: 0 auto
}

.jobList {
	/* background-color: #f5f5f5; */
    background-image: linear-gradient(#fff, #f5f5f5);
	padding-top: 4rem;
	padding-bottom: 85px;
}

/* @media (max-width:1440px) {
	.jobList {
		padding-top: 0rem;
		padding-bottom: 145px;
	}
}

@media (max-width:1201px) {
	.jobList {
		padding-top: 0px;
		padding-bottom: 145px;
	}
} */

/* @media (max-width:668px) {
	.jobList {
		padding-bottom: 145px;
	}
} */

.jobList_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.4rem;
}

.jobList_slide .swiper-slide {
	height: 100%;
	background-color: #fff
}

.jobList_slide a {
	width: 100%;
	background-color: #fff;
	/* padding: 1rem; */
}

.jobList_slide a .t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.jobList_slide a .t b {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 2rem;
	font-size: .8rem;
	line-height: 30px;
	height: 60px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.jobList_slide a .t b {
		font-size: 16px
	}
}

.jobList_slide a .t i {
	width: 16px;
	height: 16px;
	margin-top: 7px;
	position: relative
}

.jobList_slide a .t i:after,
.jobList_slide a .t i:before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	line-height: 2px;
	background-color: #243b87;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.jobList_slide a .t i:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.jobList_slide a .info {
	/* margin-top: 30px; */
	display:flex;
	justify-content: center;
	align-items: center;
}

.jobList_slide a .info img{
	max-width:100%;
}

.jobList_slide a .info img:hover{
	transform:scale(1.1);
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor:pointer;
}

.jobList_slide a .info>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.jobList_slide a .info>ul>li em {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #666;
	font-weight: lighter;
	font-style: normal;
	margin-bottom: 10px
}

.jobList_slide a .info>ul>li span {
	display: block;
	font-size: 18px;
	line-height: 1em;
	color: #333
}

@media (max-width:668px) {
	.jobList_slide a .info>ul>li span {
		font-size: 16px
	}
}

.jobList_slide a:hover .t b {
	color: #243b87
}

.jobList_slide a:hover .t i:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.jobList_slide a:hover .t i:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.job_single_info {
	margin-top: 20px
}

.job_single_info>ul {
	margin: 0;
	padding: 0
}

.job_single_info>ul>li {
	display: block
}

.job_single_info>ul>li em {
	font-style: normal;
	font-weight: 700
}

.job_single_content {
	margin: 20px 0
}

.job_single_content .t {
	border-bottom: 1px solid #ddd
}

.job_single_content .t span {
	display: inline-block;
	padding: 0 20px;
	line-height: 2em;
	font-weight: 700;
	color: #fff;
	background-color: #243b87
}
